POV-Ray : Newsgroups : povray.binaries.images : Cool mathematical object : Re: Cool mathematical object Server Time
28 Apr 2024 15:52:44 EDT (-0400)
  Re: Cool mathematical object  
From: Ben Chambers
Date: 30 May 2006 11:30:56
Message: <447c6530$1@news.povray.org>
scam wrote:
> While I have your attention, does any one have any alternate
> texture/lighting ideas? At the moment I just have an area light and a red
> point source inside the object, and a very basic texture.

Try this for the object:
texture {
	pigment {color transmit 1}
	finish {specular 0.75 reflection {0, 0.5}}
}
interior {
	ior 2.5
}


Then, if you feel like your computer is rendering too fast, you could 
also add dispersion (but I'm not as experienced w/ that) :)

...Chambers


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.